home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
spiele
/
workbench spiele
/
krsnake
/
src
/
include
/
proto
/
krsnake.h
next >
Wrap
C/C++ Source or Header
|
1995-09-12
|
243b
|
13 lines
#ifndef PROTO_KRSNAKE_H
#define PROTO_KRSNAKE_H
#include <clib/krsnake_protos.h>
#if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
#include <inline/KRSNAKE.h>
#endif
#ifndef __NOLIBBASE__
extern struct Library *KRSNAkeBase;
#endif
#endif